home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / os2 / pmjpeg15.zip / pmjpeg.hlp (.txt) < prev    next >
OS/2 Help File  |  1993-12-18  |  33KB  |  838 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Introduction ΓòÉΓòÉΓòÉ
  3.  
  4. PMJPEG is a shareware image viewer with image processing and conversion 
  5. capabilities for OS/2 2.x.  PMJPEG is a port of WinJPEG to OS/2 2.x. 
  6.  
  7. PMJPEG v.1.50 has the following features: 
  8.  
  9. Γûá display JPEG, TIFF, GIF, Targa, PCX, Windows BMP, OS/2 BMP, or PPM images
  10. Γûá export an image to JPEG, TIFF, GIF, Targa, PCX, Windows BMP, OS/2 BMP, or PPM format
  11. Γûá capability of generating OS/2 desktop-background bitmaps that use the system colors
  12. Γûá display an image in monochrome, 16 color, 256 color, hicolor, or truecolor display modes
  13. Γûá display an image in full screen mode
  14. Γûá print an image with scaling, best proportional fit on the page, or fit for full page
  15. Γûá red/green/blue or hue/saturation/brightness adjustment
  16. Γûá color to grayscale conversion or image negative conversion
  17. Γûá contrast enhancement
  18. Γûá gamma correction
  19. Γûá image rotation, vertical or horizontal flip, image resizing, and image cropping
  20. Γûá batch file compression of GIF, TIFF, Targa, or PPM files to JPEG File Interchange Format
  21. Γûá copy an image to the clipboard or paste an image from the clipboard
  22. Γûá slideshow: display selected files in forward, reverse, or random order with a cycle option
  23. Γûá image buffering in a cyclic slideshow
  24. Γûá capture a window, the client area of a window, or a portion of or the entire desktop
  25. Γûá support for file name extension association and starting a slideshow from the command line
  26.  
  27.  
  28. ΓòÉΓòÉΓòÉ 2. Known Problems ΓòÉΓòÉΓòÉ
  29.  
  30. There are two bugs in the 256 color ET4000 driver that comes with the OS/2 2.1 
  31. beta or OS/2 2.0 + Service Pack: 1) the driver does not stretch the bitmap 
  32. correctly so the Stretch to Fit Window option does not work properly, and 2) 
  33. the image under the dialog box or under the drop-down menu is not re-drawn with 
  34. the right colors.  Use the Auto-Refresh option if you have the second problem. 
  35.  
  36. If you are using the 256 color ET4000 driver, for certain images such as 24-bit 
  37. images displayed with Maximum Color Depth set to 256 colors, the text that 
  38. shows the cropping dimensions is garbled by a filled box.  This appears to be a 
  39. bug in OS/2's palette manager or the driver. 
  40.  
  41. If you are using a 256 color driver, when you exit PMJPEG, the system colors do 
  42. not immediately return to normal.  The system colors are gradually restored by 
  43. OS/2.  You can force the colors to change back by opening and/or closing a 
  44. window, such as the window list that pops up when you hit CTL-ESC. 
  45.  
  46.  
  47. ΓòÉΓòÉΓòÉ 3. JPEG ΓòÉΓòÉΓòÉ
  48.  
  49. Joint Photographic Experts Group (JPEG)  refers to a still-picture compression 
  50. standard that specifies several modes of operation.  The mode used by the 
  51. Independent JPEG Group's(IJPEG) software, which is incorporated into PMJPEG, is 
  52. sequential buildup;  in this mode,  each component of an image is encoded in a 
  53. left-to-right and top-to-bottom scan.  Sequential mode is lossy, which means 
  54. that when you compress an image, you will lose information.  That is, when you 
  55. decode the compressed image, the decoded image will not exactly match the 
  56. original.  One reason that sequential mode JPEG is lossy is that the algorithm 
  57. compresses an image by removing visually insignificant information, colors that 
  58. the human eye cannot detect. 
  59.  
  60.  
  61. ΓòÉΓòÉΓòÉ 4. Converting File Formats with PMJPEG ΓòÉΓòÉΓòÉ
  62.  
  63. Images can be converted from one file format to another by loading an image 
  64. with the File Open menu item and saving it to the desired file format with the 
  65. File Save menu item. 
  66.  
  67. Before you load an image that you want to convert, you should check the Maximum 
  68. Color Depth option. This option determines the maximum number of colors in a 
  69. displayed image.  Even though an image may look good, there may have been a 
  70. loss of colors and data in the image.  For example, suppose you are viewing a 
  71. 24-bit image with Maximum Color Depth set to 256 colors.  The 24-bit image can 
  72. have up to 16.7 million colors but the number of colors in the image is reduced 
  73. to 256 when it is loaded.  When you save this image to a different format, you 
  74. lose many colors that were in the original image.  To avoid losing colors in 
  75. the image, you should set Maximum Color Depth to 16.7 million colors before 
  76. loading the image. 
  77.  
  78. PMJPEG saves a displayed image to a specified file format with 8-bits per pixel 
  79. or 24-bits per pixel. Images stored with 1, 2, or 4-bits per pixel are 
  80. converted to 8-bits per pixel and can be saved in this format only.  Images 
  81. with 8 or 24-bits per pixel are saved with 8 or 24-bits per pixel, 
  82. respectively.  The two exceptions to the color depth of the saved file format 
  83. are the JPEG file format which is always 24-bits per pixel and the GIF format 
  84. which is 8-bits per pixel. 
  85.  
  86. Batch Compression of images to JPEG is not affected by the Maximum Color Depth 
  87. option. 
  88.  
  89. If you are creating a bitmap to be used as an OS/2 desktop-background image, 
  90. apply the Map to System Colors function to a displayed image before saving it 
  91. to an OS/2 BMP file.  If you are converting a 24-bit image to an OS/2 BMP, you 
  92. should set Maximum Color Depth to 16.7 million colors before you load the 
  93. image.  This produces a better looking background image than one created by 
  94. loading a 24-bit image with a Maximum Color Depth of 256 colors and then 
  95. applying the Map to System Colors function. 
  96.  
  97.  
  98. ΓòÉΓòÉΓòÉ 5. Starting a Slideshow from the Command Line ΓòÉΓòÉΓòÉ
  99.  
  100. A slideshow can be initiated from the OS/2 command line by executing the 
  101. following at the OS/2 prompt: 
  102.  
  103.   pmjpeg [filename 1] [filename 2] [filename 3] ... [filename n] 
  104.  
  105. The files are displayed in the order in which they are entered on the command 
  106. line.  Also, the slideshow options that were saved by the Save All Options menu 
  107. item are used.  If no options were saved, the default slideshow options are 
  108. used.  There is no limit to the number of files that you enter.  The only 
  109. restrictions are the number of characters that you can fit in one command at 
  110. the OS/2 prompt. 
  111.  
  112. For example, if you wanted to display the files, "colrtest.jpg", "mirri3.jpg", 
  113. and "image1.gif", in the order listed , type 
  114.  
  115.   pmjpeg colrtest.jpg mirri3.jpg image1.gif 
  116.  
  117. This example assumes that PMJPEG is in your search path and this command is 
  118. executed in the directory containing the images.  If OS/2 can't find 
  119. "pmjpeg.exe" or the images, you can prefix "pmjpeg.exe" or the images with a 
  120. standard OS/2 path. 
  121.  
  122. Also, you can have wildcards in the filenames.  For example, typing 
  123.  
  124.   pmjpeg *.jpg sample?.gif 
  125.  
  126. will display all the files with the ".jpg" extension and all "sample?.gif" 
  127. files in the current path. 
  128.  
  129.  
  130. ΓòÉΓòÉΓòÉ 6. Image File Formats ΓòÉΓòÉΓòÉ
  131.  
  132. o JPEG File Formats 
  133. o Tagged Image File Format (TIFF) 
  134. o Graphics Interchange Format (GIF) 
  135. o Targa 
  136. o PCX 
  137. o BMP 
  138. o Portable Pixmap (PPM) 
  139.  
  140.  
  141. ΓòÉΓòÉΓòÉ 6.1. JPEG File Formats ΓòÉΓòÉΓòÉ
  142.  
  143. The JPEG committee has not specified a standard file format, and consequently, 
  144. many applications of the JPEG algorithm use their own proprietary format. 
  145. PMJPEG uses the JPEG File Interchange Format(JFIF) which transports only pixel 
  146. information.  JFIF is supported by the IJPEG Group's software and other 
  147. programs based on their code. 
  148.  
  149. Handmade Software's GIF2JPG and Image Alchemy use a proprietary JPEG format 
  150. that is not compatible with the JFIF standard.  This proprietary format is not 
  151. supported by PMJPEG.  When you use GIF2JPG v.2.0, remember to leave out the 
  152. "-s" option to produce a JPEG file that is compatible with the JFIF standard 
  153. and viewable with PMJPEG. 
  154.  
  155.  
  156. ΓòÉΓòÉΓòÉ 6.2. Tagged Image File Format (TIFF) ΓòÉΓòÉΓòÉ
  157.  
  158. PMJPEG supports a subset of the TIFF 6.0 specification.  PMJPEG can view TIFF 
  159. files stored with 1, 2, 4, 8, or 24 bits per pixel.  PMJPEG can read TIFF 
  160. images stored in strip format, in which the image is divided into horizontal 
  161. strips of pixels, and tile format,  in which an image is divided into 
  162. rectangular grids of pixels.  The compression modes LZW, Packbits, Thunderscan, 
  163. NeXT, and CCITT (RLE, RLEW, FAX3, FAX4) can be read as well as uncompressed 
  164. TIFF images. 
  165.  
  166. PMJPEG can save uncompressed or LZW compressed TIFF files with 8 or 24 bits per 
  167. pixel.  TIFF files are saved in strip format. 
  168.  
  169.  
  170. ΓòÉΓòÉΓòÉ 6.3. Graphics Interchange Format (GIF) ΓòÉΓòÉΓòÉ
  171.  
  172. PMJPEG can view interlaced/non-interlaced GIF87a and GIF89a files, and it can 
  173. save non-interlaced GIF87a files. If a GIF89a file contains more than one 
  174. image, it will display the first image in the file. 
  175.  
  176.  
  177. ΓòÉΓòÉΓòÉ 6.4. Targa ΓòÉΓòÉΓòÉ
  178.  
  179. PMJPEG can view uncompressed or run-length encoded TARGA files stored with 8, 
  180. 15, 16, 24, or 32 bits per pixel and it can save uncompressed TARGA files with 
  181. 8 or 24 bits per pixel. 
  182.  
  183.  
  184. ΓòÉΓòÉΓòÉ 6.5. PCX ΓòÉΓòÉΓòÉ
  185.  
  186. PMJPEG can view PCX files stored with 1, 4, 8, or 24 bits per pixel.  If a 1, 
  187. 4, or 8 bits per pixel PCX file does not have a valid palette, PMJPEG will use 
  188. a default palette.  It can save PCX Version 5.0 files with 8 or 24 bits per 
  189. pixel. 
  190.  
  191.  
  192. ΓòÉΓòÉΓòÉ 6.6. BMP ΓòÉΓòÉΓòÉ
  193.  
  194. PMJPEG can view Windows and OS/2 (1.x and 2.0) BMP files stored with 1, 4, 8, 
  195. or 24 bits per pixel and can view BMP files that are run-length encoded(RLE). 
  196. In addition, it can display the first image in an OS/2 bitmap array. It can 
  197. save uncompressed Windows or OS/2 BMP files in 8 or 24 bits per pixel and can 
  198. save BMP files with RLE. 
  199.  
  200. Note that some graphics viewers use the file extension ".RLE" for run-length 
  201. encoded Windows BMP files.  PMJPEG uses the ".BMP" extension as a default for 
  202. such files. 
  203.  
  204.  
  205. ΓòÉΓòÉΓòÉ 6.7. Portable Pixmap (PPM) ΓòÉΓòÉΓòÉ
  206.  
  207. PMJPEG can view Portable Pixmap(PPM) and Portable Graymap(PGM) files.  It can 
  208. save a subtype of the PPM format in which the pixel values are stored in 
  209. binary.  The color depth of this subtype is always 24 bits per pixel. 
  210.  
  211.  
  212. ΓòÉΓòÉΓòÉ 7. Menu Commands ΓòÉΓòÉΓòÉ
  213.  
  214. The menus are ordered by the following main topics: 
  215.  
  216. o File Menu 
  217. o Edit Menu 
  218. o Capture Menu 
  219. o Options 
  220.  
  221.  
  222. ΓòÉΓòÉΓòÉ 7.1. File Menu ΓòÉΓòÉΓòÉ
  223.  
  224. The File menu includes commands that enable you to open and save files, to 
  225. batch convert files to JPEG, and to display multiple images in a selected 
  226. order. 
  227.  
  228. o Open 
  229. o Save 
  230. o Save All Options 
  231. o Delete 
  232. o Batch Compression 
  233. o Slideshow 
  234. o Print 
  235. o Print Setup 
  236. o Print Options 
  237. o Exit 
  238.  
  239.  
  240. ΓòÉΓòÉΓòÉ 7.1.1. Open ΓòÉΓòÉΓòÉ
  241.  
  242. Select the name of a file to display.  The file formats that are supported are 
  243. the JPEG File Interchange Format (JFIF), TIFF, GIF 87a/89a, Targa, PCX, PPM or 
  244. Windows/OS/2 BMP. 
  245.  
  246.  
  247. ΓòÉΓòÉΓòÉ 7.1.2. Save ΓòÉΓòÉΓòÉ
  248.  
  249. Select the name of the output file and the output format, which is the JPEG 
  250. File Interchange Format(JFIF), TIFF, GIF 87a, uncompressed Targa, PCX, PPM, 
  251. Windows BMP or OS/2 BMP. When you save an image, the bits per pixel of the 
  252. output file is the same as the bits per pixel of bitmap that is currently 
  253. displayed unless the bits per pixel of the output format is fixed (e.g., JFIF, 
  254. PPM, or GIF). 
  255.  
  256.  
  257. ΓòÉΓòÉΓòÉ 7.1.3. Save All Options ΓòÉΓòÉΓòÉ
  258.  
  259. This will save all the PMJPEG options to a file named "pmjpeg.sav" in the same 
  260. directory as the PMJPEG executable.  When PMJPEG is initially loaded, the 
  261. options will be loaded if "pmjpeg.sav" exists. 
  262.  
  263.  
  264. ΓòÉΓòÉΓòÉ 7.1.4. Delete ΓòÉΓòÉΓòÉ
  265.  
  266. This menu command lets you delete the file containing the currently displayed 
  267. image.  PMJPEG will prompt you for confirmation before deleting the file. 
  268.  
  269.  
  270. ΓòÉΓòÉΓòÉ 7.1.5. Batch Compression ΓòÉΓòÉΓòÉ
  271.  
  272. Select GIF, TIFF, and TARGA files to compress to JPEG format with the options 
  273. specified in the JPEG Options dialog.  The list boxes in the left column 
  274. display the drives and the directories in the current path, the list box in the 
  275. middle displays the files in the current path, and the one in the right 
  276. displays a list of files to be converted.  To add file(s) to the "Files 
  277. Selected" box, select the file(s) you want to convert and press the "Add" 
  278. button.  To remove file(s) from this box, select the file(s) in this box and 
  279. press the "Remove" button. 
  280.  
  281. The output file(s) will have the same name as the input file(s) except that 
  282. they will have a ".jpg" extension.  Also, the output file(s) will be placed in 
  283. the same directory path in which the input file(s) were located. 
  284.  
  285. See also JPEG Options. 
  286.  
  287.  
  288. ΓòÉΓòÉΓòÉ 7.1.6. Slideshow ΓòÉΓòÉΓòÉ
  289.  
  290. Select the JPEG, TIFF, GIF, Targa, and BMP files to display in a slideshow. 
  291. The order in which you add the files will be the order in which they are 
  292. displayed. 
  293.  
  294. After a picture is loaded and displayed, if Automatic Slide Advancement is 
  295. selected, there will be a user-selected delay before the next picture is 
  296. loaded.  To advance to the next picture before the delay has elapsed, click on 
  297. the window with the right mouse button.  If Manual Slide Advancement is 
  298. selected, PMJPEG will wait until you click with the right mouse button before 
  299. advancing to the next picture. 
  300.  
  301. If you would like the slideshow to continue from the beginning of the list 
  302. after the last picture is displayed, check off the Cycle Slideshow menu option. 
  303.  
  304. To abort the slideshow, click on the window with the left mouse button, click 
  305. on the "Yes" button in the confirmation dialog, and the slideshow will stop 
  306. after the currently loading picture is displayed. 
  307.  
  308. See also Slideshow Options. 
  309.  
  310.  
  311. ΓòÉΓòÉΓòÉ 7.1.7. Print ΓòÉΓòÉΓòÉ
  312.  
  313. Print the image currently displayed. 
  314.  
  315.  
  316. ΓòÉΓòÉΓòÉ 7.1.8. Print Setup ΓòÉΓòÉΓòÉ
  317.  
  318. The Print Setup dialog box lets you select the Printer and Job Properties.  The 
  319. Job Properties dialog box allows printer driver-dependent options to be 
  320. changed. 
  321.  
  322.  
  323. ΓòÉΓòÉΓòÉ 7.1.9. Print Options ΓòÉΓòÉΓòÉ
  324.  
  325. The displayed image can be printed in three ways: 1) best fit for the page, 2) 
  326. fit for the full page, or 3) scaled by a user-selected factor.  Best Fit scales 
  327. the image for maximum fit on a printed page while maintaining the image's 
  328. aspect ratio.  Fit for Full Page scales the image such that it fits the entire 
  329. page. The Scale option scales the printed image's width or height by an integer 
  330. factor that is selected by the user. 
  331.  
  332.  
  333. ΓòÉΓòÉΓòÉ 7.1.10. Exit ΓòÉΓòÉΓòÉ
  334.  
  335. Exit from PMJPEG. 
  336.  
  337.  
  338. ΓòÉΓòÉΓòÉ 7.2. Edit Menu ΓòÉΓòÉΓòÉ
  339.  
  340. The Edit menu includes commands that enable you to transfer images to and from 
  341. the clipboard, change the color components of an image, and to manipulate the 
  342. image. 
  343.  
  344. o Copy 
  345. o Paste 
  346. o HSV Adjustment 
  347. o Color Balance 
  348. o Contrast Enhancement 
  349. o Gamma Correction 
  350. o Grayscale 
  351. o Negative 
  352. o Map To System Colors 
  353. o Rotate 
  354. o Flip Horizontal 
  355. o Flip Vertical 
  356. o Resize 
  357. o Crop 
  358.  
  359.  
  360. ΓòÉΓòÉΓòÉ 7.2.1. Copy ΓòÉΓòÉΓòÉ
  361.  
  362. Copy the entire image to the clipboard. 
  363.  
  364.  
  365. ΓòÉΓòÉΓòÉ 7.2.2. Paste ΓòÉΓòÉΓòÉ
  366.  
  367. Paste an image from the clipboard. 
  368.  
  369.  
  370. ΓòÉΓòÉΓòÉ 7.2.3. HSV Adjustment ΓòÉΓòÉΓòÉ
  371.  
  372. Use the scroll bars to adjust the amount of hue, saturation, and 
  373. value/brightness in an image.  A value of 0 on the scroll bar means that there 
  374. is no change in the corresponding color component. When the value is increased 
  375. or decreased, the color component is increased or decreased, respectively. 
  376.  
  377.  
  378. ΓòÉΓòÉΓòÉ 7.2.4. Color Balance ΓòÉΓòÉΓòÉ
  379.  
  380. Use the scroll bars to adjust the amount of red, green, and blue in an image. 
  381. A value of 0 on the scroll bar means that there is no change in the 
  382. corresponding color component.  When the value is increased or decreased, the 
  383. color component is increased or decreased, respectively. 
  384.  
  385.  
  386. ΓòÉΓòÉΓòÉ 7.2.5. Contrast Enhancement ΓòÉΓòÉΓòÉ
  387.  
  388. Use the scroll bar to adjust the amount of contrast in an image.  A value of 0 
  389. on the scroll bar means that there is no change in the contrast.  When the 
  390. value is increased or decreased, the contrast is increased or decreased, 
  391. respectively. 
  392.  
  393.  
  394. ΓòÉΓòÉΓòÉ 7.2.6. Gamma Correction ΓòÉΓòÉΓòÉ
  395.  
  396. Use the scroll bar to adjust the amount of gamma.  A value of 1.0 on the scroll 
  397. bar means that there is no change in the image.  In general, increasing the 
  398. gamma makes the image lighter and decreasing it makes the image darker.  A 
  399. gamma of 2.2 is a commonly used value. 
  400.  
  401.  
  402. ΓòÉΓòÉΓòÉ 7.2.7. Grayscale ΓòÉΓòÉΓòÉ
  403.  
  404. Convert a color image into a grayscale one. 
  405.  
  406.  
  407. ΓòÉΓòÉΓòÉ 7.2.8. Negative ΓòÉΓòÉΓòÉ
  408.  
  409. Obtain the negative of the image. 
  410.  
  411.  
  412. ΓòÉΓòÉΓòÉ 7.2.9. Map To System Colors ΓòÉΓòÉΓòÉ
  413.  
  414. Converts the displayed image to an image that has a 256-color palette 
  415. containing the system colors of the OS/2 desktop.  Use this option to generate 
  416. an image that can be used as a 256-color OS/2 desktop- background image. 
  417.  
  418.  
  419. ΓòÉΓòÉΓòÉ 7.2.10. Rotate ΓòÉΓòÉΓòÉ
  420.  
  421. Rotate the image clockwise by 90 degrees. 
  422.  
  423.  
  424. ΓòÉΓòÉΓòÉ 7.2.11. Flip Horizontal ΓòÉΓòÉΓòÉ
  425.  
  426. Flip the image around the vertical axis. 
  427.  
  428.  
  429. ΓòÉΓòÉΓòÉ 7.2.12. Flip Vertical ΓòÉΓòÉΓòÉ
  430.  
  431. Flip the image around the horizontal axis. 
  432.  
  433.  
  434. ΓòÉΓòÉΓòÉ 7.2.13. Resize ΓòÉΓòÉΓòÉ
  435.  
  436. Change the spatial resolution of the displayed image.  Common sizes such as 
  437. 640x680, 800x600, 1024x768, and 1280x1024 can be easily selected. 
  438.  
  439. The Maximize Fit on Desktop option will resize the image into the largest 
  440. possible window that will fit on the desktop while keeping the aspect ratio, 
  441. the ratio between the original width and height. 
  442.  
  443. Also, a custom size can be manually entered.  If Keep Aspect Ratio is enabled, 
  444. only one dimension needs to be entered because the other one is automatically 
  445. changed to maintain the aspect ratio. 
  446.  
  447.  
  448. ΓòÉΓòÉΓòÉ 7.2.14. Crop ΓòÉΓòÉΓòÉ
  449.  
  450. If a region of the image is selected (see Selecting a Region to Crop), keep 
  451. that region and discard the image outside of the selected region. 
  452.  
  453.  
  454. ΓòÉΓòÉΓòÉ 7.3. Capture Menu ΓòÉΓòÉΓòÉ
  455.  
  456. The Capture menu includes commands that let you capture the entire screen, a 
  457. part of the screen, a window, or a part of a window. 
  458.  
  459. o Window 
  460. o Client Area 
  461. o Desktop 
  462. o Area of Desktop 
  463. o Hide Window 
  464.  
  465.  
  466. ΓòÉΓòÉΓòÉ 7.3.1. Window ΓòÉΓòÉΓòÉ
  467.  
  468. After selecting this menu item, the PMJPEG window hides itself and you must 
  469. select a window to capture by moving the mouse pointer over the desired window 
  470. and clicking on the window with the left mouse button. 
  471.  
  472.  
  473. ΓòÉΓòÉΓòÉ 7.3.2. Client Area ΓòÉΓòÉΓòÉ
  474.  
  475. After selecting this menu item, the PMJPEG window hides itself and you must 
  476. select a client area of a window to capture by moving the mouse pointer over 
  477. the desired window and clicking on the window with the left mouse button.  The 
  478. client area does not include the window frame or menu bar. 
  479.  
  480.  
  481. ΓòÉΓòÉΓòÉ 7.3.3. Desktop ΓòÉΓòÉΓòÉ
  482.  
  483. Capture the entire desktop.  See also the Hide Window option. 
  484.  
  485.  
  486. ΓòÉΓòÉΓòÉ 7.3.4. Area of Desktop ΓòÉΓòÉΓòÉ
  487.  
  488. After selecting this menu item, you must select an area of the desktop to 
  489. capture.  To select a region of the desktop, click on the desktop with the left 
  490. mouse button.  While holding down that button, move your mouse until the 
  491. rectangle surrounds the desired region, and then release the mouse button.  The 
  492. dimensions of the selected region are displayed in the center of the indicated 
  493. region.  See also the Hide Window option. 
  494.  
  495.  
  496. ΓòÉΓòÉΓòÉ 7.3.5. Hide Window ΓòÉΓòÉΓòÉ
  497.  
  498. When this option is checked, the PMJPEG window hides itself before capturing 
  499. the desktop with the Desktop or Area of Desktop command. 
  500.  
  501.  
  502. ΓòÉΓòÉΓòÉ 7.4. Options Menu ΓòÉΓòÉΓòÉ
  503.  
  504. The Options menu includes commands that let you determine how other commands 
  505. operate. The settings for the options can be saved with the Save All Options 
  506. command. 
  507.  
  508. o Stretch Image to Fit Window 
  509. o Keep Aspect Ratio if Stretched 
  510. o View Full Screen 
  511. o Maximum Color Depth 
  512. o Display Old Image during Load 
  513. o Auto-Refresh 
  514. o Suppress Warnings 
  515. o Window Options 
  516. o JPEG Options 
  517. o Slideshow Options 
  518.  
  519.  
  520. ΓòÉΓòÉΓòÉ 7.4.1. Stretch Image to Fit Window ΓòÉΓòÉΓòÉ
  521.  
  522. When this option is checked, the scrollbars for the PMJPEG window are turned 
  523. off and the image is stretched to the dimensions of the client area of the 
  524. PMJPEG window.  This option does not permanently change the resolution of the 
  525. image.  If you save the image, the original image is saved, not the stretched 
  526. one. 
  527.  
  528.  
  529. ΓòÉΓòÉΓòÉ 7.4.2. Keep Aspect Ratio if Stretched ΓòÉΓòÉΓòÉ
  530.  
  531. When this option is checked along with Stretch Image to Fit Window, the image 
  532. is stretched while maintaining the image's aspect ratio. 
  533.  
  534.  
  535. ΓòÉΓòÉΓòÉ 7.4.3. View Full Screen ΓòÉΓòÉΓòÉ
  536.  
  537. View the currently displayed image with the full screen.  If the image is 
  538. larger than the entire screen, the image will be resized with the best 
  539. proportional fit before it is displayed.  If the image is smaller, it will be 
  540. displayed in the center of the screen.  To exit from full screen mode, press 
  541. any key or click on the screen with the left mouse button. 
  542.  
  543.  
  544. ΓòÉΓòÉΓòÉ 7.4.4. Maximum Color Depth ΓòÉΓòÉΓòÉ
  545.  
  546. When you load an image that has more colors than the Maximum Color Depth 
  547. setting, PMJPEG will reduce the number of colors to the Maximum Color Depth 
  548. setting before displaying the image.  If you are viewing images, you should set 
  549. this option to the number of colors supported by your display driver. If you 
  550. are converting images from one file format to another, you should set it to 
  551. 16.7 million colors. 
  552.  
  553.  
  554. ΓòÉΓòÉΓòÉ 7.4.5. Display Old Image during Load ΓòÉΓòÉΓòÉ
  555.  
  556. If this option is checked, you can continue viewing the currently displayed 
  557. image while another image is being loaded.  However, this option will use more 
  558. memory because PMJPEG has to maintain two images.  Consequently, it may slow 
  559. down the loading of the next image if PMJPEG runs out of physical memory and 
  560. must use slower virtual memory. 
  561.  
  562.  
  563. ΓòÉΓòÉΓòÉ 7.4.6. Auto-Refresh ΓòÉΓòÉΓòÉ
  564.  
  565. The purpose of this option is to provide a temporary solution to a bug in the 
  566. 256 color drivers.  This bug is evident when the area of the image under a 
  567. drop-down menu or under a dialog box is not properly redrawn after the 
  568. drop-down menu or the dialog, respectively, is closed. 
  569.  
  570. If this menu item is checked, PMJPEG will automatically refresh the image when 
  571. it is necessary. 
  572.  
  573.  
  574. ΓòÉΓòÉΓòÉ 7.4.7. Suppress Warnings ΓòÉΓòÉΓòÉ
  575.  
  576. If this option is checked, PMJPEG suppresses all warnings.  Warnings occur when 
  577. you load a corrupted image or discard an image that has changed. 
  578.  
  579.  
  580. ΓòÉΓòÉΓòÉ 7.4.8. Window Options ΓòÉΓòÉΓòÉ
  581.  
  582. The Window Z-Order options determine the relative level of the PMJPEG window to 
  583. other windows on the desktop, immediately after an image is loaded.  The level 
  584. is not changed if Keep Current Order is set.  If the Below All Windows option 
  585. is set, the PMJPEG window will place itself under any window that overlaps it. 
  586. If the Above All Windows choice is selected, the PMJPEG window will placed 
  587. itself on top of any window that overlaps it. 
  588.  
  589. Whenever an image is loaded or resized, the Resize Window to Fit Image option 
  590. will cause the PMJPEG window to resize itself to fit the displayed image.  If 
  591. the image is larger than the desktop, the window size is chosen such that it 
  592. fits on the desktop, and the scroll bar(s) are enabled to let you view the 
  593. portion of the image that doesn't fit on the desktop. 
  594.  
  595. The last two options, Restore Window if Minimized and Move Window to Upper-Left 
  596. Corner of Desktop, are effective after an image is loaded and they are 
  597. self-expalantory. 
  598.  
  599.  
  600. ΓòÉΓòÉΓòÉ 7.4.9. JPEG Options ΓòÉΓòÉΓòÉ
  601.  
  602. The Quantization options are applied when Maximum Color Depth is set to 8-bits 
  603. per pixel or less.  2-pass quantization(specifically, Heckbert) calculates the 
  604. optimal colormap for the quantized image and produces better looking output 
  605. than 1-pass quantization.  1-pass quantization is slightly faster because a 
  606. fixed colormap is used. 
  607.  
  608. Dithering is the process of rendering an image on a display that supports less 
  609. than the number of colors in the image.  Floyd-Steinberg Dithering, an error 
  610. diffusion method, should be turned on when your display is not 
  611. truecolor(24-bit) and when Maximum Color Depth is set to the number of colors 
  612. supported by your display driver. 
  613.  
  614. The Quality Factor, an integer between 0 and 100 inclusive, determines the 
  615. tradeoff between the output file size and the output image quality.  If you 
  616. choose a high quality factor, the image quality will be high but the file size 
  617. will be large.  A lower quality setting will yield a smaller file at a cost of 
  618. lower fidelity.  Since the JPEG algorithm is lossy, a quality factor of 100 
  619. will not give you a losslessly compressed image. 
  620.  
  621. The Smoothing Factor, also an integer between 0 and 100 inclusive, determines 
  622. the degree of smoothing to apply to an image before compressing that image with 
  623. JPEG.  The higher you set the factor, the higher the degree of smoothing that 
  624. is applied.  A smoothing factor of 0 means that no smoothing is performed. 
  625. Smoothing removes noise introduced when an image is dithered, and, in turn, 
  626. smoothing produces a smaller JPEG file.  It should be used for only dithered 
  627. images, like photographic GIF pictures.  Generally, a factor between 10 and 50 
  628. removes the dithering noise from an image. 
  629.  
  630. Entropy Optimization selects an optimal Huffman table, and it produces a 
  631. smaller JPEG file but it takes more time to encode the image. 
  632.  
  633. If PMJPEG runs out of virtual memory while it is decoding/encoding JPEG files, 
  634. it will use temporary files that are created in the Path for Temporary File. 
  635.  
  636.  
  637. ΓòÉΓòÉΓòÉ 7.4.10. Slideshow Options ΓòÉΓòÉΓòÉ
  638.  
  639. The Slide Order determines the order in which the images in a slideshow list is 
  640. displayed.  If Forward order is selected,  the images are displayed in the 
  641. order in which they are listed in the slideshow dialog box.  If Reverse order 
  642. is chosen, the images are displayed in reverse order from the last file to the 
  643. first one in the slideshow list.  If Random order is selected, the files are 
  644. displayed in a random order. 
  645.  
  646. The Slide Advancement options determine how to advance to the next image in a 
  647. slideshow.  In Manual mode, PMJPEG will wait until you click with the right 
  648. mouse button before advancing to the next picture.  In Automatic mode, there 
  649. will be a user-selected time delay before the next picture is loaded.  To 
  650. advance to the next picture before the delay has elapsed, click on the window 
  651. with the right mouse button.  The Delay can be set to a value between 0 and 60 
  652. seconds. 
  653.  
  654. The Buffer Image Formats options allow buffering of selected image formats 
  655. during a cyclic slideshow.  If a type is selected, all images of that type are 
  656. stored in memory after they are loaded and decompressed, and they will not be 
  657. loaded/decompressed the  next time they are displayed.  This feature must be 
  658. used in conjunction with the Cycle Slideshow option.  Buffering images can use 
  659. a lot of memory; if you don't have much physical memory, be certain that there 
  660. is enough disk space on Window's swap drive to handle this memory usage. 
  661.  
  662. When a slideshow is running, the Cycle Slideshow option determines whether or 
  663. not a list of images is continuously displayed in a cycle.  If this option is 
  664. on, the slideshow returns back to the first picture after the last one is 
  665. displayed and continues t o display all the images in a selected list until you 
  666. abort the slideshow. 
  667.  
  668. The Full Screen option lets you display the images in the slideshow with the 
  669. full screen as described in the View Full Screen section. 
  670.  
  671.  
  672. ΓòÉΓòÉΓòÉ 7.4.11. Progress Options ΓòÉΓòÉΓòÉ
  673.  
  674. For time-consuming tasks like loading, saving, batch compressing, and mapping 
  675. to system colors, PMJPEG displays a percentage that indicates how much of the 
  676. task has been completed.  The progress can be displayed in either a dialog box 
  677. or the title bar of the PMJPEG window. 
  678.  
  679.  
  680. ΓòÉΓòÉΓòÉ 8. Keyboard Accelerators ΓòÉΓòÉΓòÉ
  681.  
  682. PMJPEG lets you use the following key combinations to perform the corresponding 
  683. functions. 
  684.  
  685. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  686. ΓöéKey(s)                        ΓöéFunction                      Γöé
  687. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  688. ΓöéDel                           ΓöéDelete File                   Γöé
  689. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  690. ΓöéCtrl + Ins  or  Ctrl + C      ΓöéCopy Image to Clipboard       Γöé
  691. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  692. ΓöéShift + Ins  or  Ctrl + V     ΓöéPaste Image from Clipboard    Γöé
  693. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  694. ΓöéHome                          ΓöéScroll Left by a Page         Γöé
  695. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  696. ΓöéUp Arrow                      ΓöéScroll Up by One Pixel        Γöé
  697. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  698. ΓöéPage Up                       ΓöéScroll Up by a Page           Γöé
  699. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  700. ΓöéLeft Arrow                    ΓöéScroll Left by One Pixel      Γöé
  701. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  702. ΓöéRight Arrow                   ΓöéScroll Right by One Pixel     Γöé
  703. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  704. ΓöéEnd                           ΓöéScroll Right by a Page        Γöé
  705. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  706. ΓöéDown Arrow                    ΓöéScroll Down by One Pixel      Γöé
  707. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  708. ΓöéPage Down                     ΓöéScroll Down by a Page         Γöé
  709. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  710.  
  711.  
  712. ΓòÉΓòÉΓòÉ 9. Selecting a Region to Crop ΓòÉΓòÉΓòÉ
  713.  
  714. To select a region of the image, click on the image with the left mouse button. 
  715. While holding down that button, move your mouse until the rectangle surrounds 
  716. the desired region, and then release the mouse button.  The dimensions of the 
  717. selected region are displayed in the center of the indicated region. 
  718.  
  719.  
  720. ΓòÉΓòÉΓòÉ 10. How to Register ΓòÉΓòÉΓòÉ
  721.  
  722. If you use PMJPEG for more than 14 days, you are expected to register PMJPEG. 
  723. When you register, you will receive the latest version of PMJPEG, a user 
  724. manual, and a collection of JPEG images (we will put as many as we can fit on 2 
  725. 720k 3 1/2" floppies, on 1 1.44M  3 1/2" floppy, or on 4 360k 5 1/4" floppies). 
  726. Also, the registered version does not have the reminder-to- register screen at 
  727. the start. 
  728.  
  729. The registration fee is only $20.  MA residents, add 5% sales tax to the 
  730. registration fee.  US residents, add $4 for shipping and handling; non-US 
  731. residents, add $8 for shipping and handling.  If you want PMJPEG e-mailed to 
  732. your account instead of having it physically mailed to you, there is no extra 
  733. shipping charge. 
  734.  
  735. Updates are free but the shipping charge described above applies to updates. 
  736. Users who register PMJPEG and provide an e-mail address will automatically 
  737. receive updates via e-mail. 
  738.  
  739. For e-mail registrations, you need to use a program called "uudecode" to decode 
  740. the uuencoded file that we e-mail to you.  For your information, a uuencoded 
  741. file is a binary file that is converted to text by a program called "uuencode". 
  742. If your mail system rejects large messages, we will split the uuencoded file 
  743. into smaller parts before mailing the parts to you, and you will need to edit 
  744. the messages with a text editor before you can decode them.  Compuserve, for 
  745. example, does not permit large e-mail messages.  Also, the uuencoded file is 
  746. rather large; it is approximately 300k for PMJPEG v.1.4.  Compuserve users may 
  747. find it less expensive to receive PMJPEG via U.S. Mail. 
  748.  
  749. Registrations with the incorrect fee, non-US currency, or drawn on a non-US 
  750. bank will be returned. 
  751.  
  752. To register, complete the order form and send a check in US funds drawn on a US 
  753. bank to: 
  754.  
  755.    Norman Yee 
  756.    58 Chandler St. 
  757.    Boston, MA 02116 
  758.  
  759. Registration of PMJPEG is based on "personal usage."  Corporate or 
  760. organizational users must register all copies used on an individual basis; a 
  761. specific person (name) must be explicitly assigned to each registrant who will 
  762. be provided with a personalized copy of PMJPEG. Registration grants a specific 
  763. person (not an organization or corporate entity) the right to use PMJPEG. 
  764.  
  765. Although we will try to mail your copy of PMJPEG 1-3 weeks after we receive 
  766. your registration, please allow up to 4-6 weeks for delivery. 
  767.  
  768.  
  769. ΓòÉΓòÉΓòÉ 11. Reporting Bugs ΓòÉΓòÉΓòÉ
  770.  
  771. If you find a bug in PMJPEG, we would appreciate it if you would inform us of 
  772. the bug through one of our e-mail accounts: 
  773.  
  774.   Norman Yee 
  775.   nyee@osiris.ee.tufts.edu 
  776.  
  777.   Ken Yee 
  778.   kenyee@ksr.com 
  779.  
  780. When you send us a bug report, include a description of the procedure for 
  781. reproducing the bug and a description of your system configuration(hardware and 
  782. software). 
  783.  
  784.  
  785. ΓòÉΓòÉΓòÉ 12. License Agreement (applicable to registered users) ΓòÉΓòÉΓòÉ
  786.  
  787. You are licensed to single-copy use of PMJPEG; this means that you can install 
  788. your registered version of PMJPEG simultaneously on one computer at work, one 
  789. computer at home, and one portable computer, if only one copy is in use by the 
  790. registered individual at a time.  You may make copies of the registered PMJPEG 
  791. disk as necessary for normal backup purposes; you agree not to make any copies 
  792. of the printed PMJPEG manual or the registered version of PMJPEG for others. 
  793.  
  794.  
  795. ΓòÉΓòÉΓòÉ 13. Disclaimer ΓòÉΓòÉΓòÉ
  796.  
  797. The authors of this program accept no responsibility for damages that are 
  798. caused by this program and make NO WARRANTY or representation, either express 
  799. or implied, with respect to this software.  This software is provided "AS IS," 
  800. and you, its user, assume the entire risk when you use it. 
  801.  
  802.  
  803. ΓòÉΓòÉΓòÉ 14. Acknowledgments ΓòÉΓòÉΓòÉ
  804.  
  805. PMJPEG is based in part on the work of the Independent JPEG Group. 
  806.  
  807. TIFF support in PMJPEG is based in part on Sam Leffler's TIFF library. 
  808.  
  809. Windows is a trademark of Microsoft Corporation. 
  810.  
  811. OS/2 is a trademark of International Business Machines Corporation. 
  812.  
  813. The Graphics Interchange Format(c) is the Copyright property of CompuServe 
  814. Incorporated.  GIF(sm) is a Service Mark property of CompuServe Incorporated. 
  815.  
  816. GIF2JPG and Image Alchemy are trademarks of Handmade Software, Inc. 
  817.  
  818. WinJPEG is copyright (C) 1992, 1993, Norman Yee and Ken Yee.  All rights 
  819. reserved. 
  820.  
  821. PMJPEG is copyright (C) 1993, Norman Yee and Ken Yee.  All rights reserved. 
  822.  
  823. o Copyright Notice for Sam Leffler's TIFF Library 
  824.  
  825.  
  826. ΓòÉΓòÉΓòÉ 14.1. Copyright Notice for Sam Leffler's TIFF Library ΓòÉΓòÉΓòÉ
  827.  
  828. Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993 Sam Leffler 
  829.  
  830. Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc. 
  831.  
  832. Permission to use, copy, modify, distribute, and sell this software and  its 
  833. documentation for any purpose is hereby granted without fee, provided that (i) 
  834. the above copyright notices and this permission notice appear in all copies of 
  835. the software and related documentation, and (ii) the names of Sam Leffler and 
  836. Silicon Graphics may not be used in any advertising or publicity relating to 
  837. the software without the specific, prior written permission of Sam Leffler and 
  838. Silicon Graphics.